From d0f8fec4407dc4d76426604b106e9e1b1130e27e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 5 Jan 2010 08:34:55 +0000 Subject: [PATCH] Revert incorrect comment change introduced by 20720:ddb3646ad681 Signed-off-by: Keir Fraser --- xen/arch/x86/mm/shadow/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/mm/shadow/common.c b/xen/arch/x86/mm/shadow/common.c index 4c0d084902..434d567536 100644 --- a/xen/arch/x86/mm/shadow/common.c +++ b/xen/arch/x86/mm/shadow/common.c @@ -2606,7 +2606,7 @@ int sh_remove_all_mappings(struct vcpu *v, mfn_t gmfn) { /* Don't complain if we're in HVM and there are some extra mappings: * The qemu helper process has an untyped mapping of this dom's RAM - * and the stub domain takes another. */ + * and the HVM restore program takes another. */ if ( !(shadow_mode_external(v->domain) && (page->count_info & PGC_count_mask) <= 3 && (page->u.inuse.type_info & PGT_count_mask) == 0) ) -- 2.30.2